testing.filterMatch.matches (method)

4 uses

	testing (current package)
		match.go#L33: 	matches(name []string, matchString func(pat, str string) (bool, error)) (ok, partial bool)
		match.go#L101: 	ok, partial = m.filter.matches(elem, m.matchFunc)
		match.go#L108: 	skip, partialSkip := m.skip.matches(elem, m.matchFunc)
		match.go#L152: 		if ok, partial = m.matches(name, matchString); ok {